Package-level declarations

Types

Link copied to clipboard
open class CircleManager : MapObjectManager<O, C> , GoogleMap.OnCircleClickListener
Keeps track of collections of circles on the map.
Link copied to clipboard
open class GroundOverlayManager : MapObjectManager<O, C> , GoogleMap.OnGroundOverlayClickListener
Keeps track of collections of ground overlays on the map.
Link copied to clipboard
open class MarkerManager : MapObjectManager<O, C> , GoogleMap.OnInfoWindowClickListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnMarkerDragListener, GoogleMap.InfoWindowAdapter, GoogleMap.OnInfoWindowLongClickListener
Keeps track of collections of markers on the map.
Link copied to clipboard
open class PolygonManager : MapObjectManager<O, C> , GoogleMap.OnPolygonClickListener
Keeps track of collections of polygons on the map.
Link copied to clipboard
open class PolylineManager : MapObjectManager<O, C> , GoogleMap.OnPolylineClickListener
Keeps track of collections of polylines on the map.